DSH Workbench: View Files and Write Back Differences Alongside DSH Web Sessions
DSH Workbench is a right-side file workspace plugin for DeepSeek Harness Web, maintained by lee259 and licensed under MIT. It addresses the issue of file paths, source code, and write-back operations being scattered across the conversation message stream, allowing users to view the conversation while opening files, reading source code, and inspecting diffs in the same interface. Core features include multi-tab file viewing (with image/Markdown rendering), diff review based on captured writes (displaying before-and-after content along with counts, not based on Git HEAD), and full shortcut key support. The plugin requires Node 22+ and pnpm 10+ environments, and can be installed via the dsh command or local builds. It is suitable for scenarios where users need to monitor conversations and file changes simultaneously, but the diffs are derived solely from captured write records, and the plugin loading...
Read More